projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92194d0
)
Use add-hook instead of setq.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Mar 1994 17:39:32 +0000
(17:39 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Mar 1994 17:39:32 +0000
(17:39 +0000)
lisp/calendar/appt.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/appt.el
b/lisp/calendar/appt.el
index 02131a34add8b60cff0f60174c6008ab964d1f83..d616fae71d0aae5a512043f75f7617ee1a836463 100644
(file)
--- a/
lisp/calendar/appt.el
+++ b/
lisp/calendar/appt.el
@@
-568,7
+568,7
@@
The time should be in either 24 hour format or am/pm format."
(setq conv-time (+ (* hr 60) min))
conv-time))
-(
setq
display-time-hook 'appt-check)
+(
add-hook '
display-time-hook 'appt-check)
;;; appt.el ends here